home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 982 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.1 KB

  1. Path: news.micron.net!news
  2. From: devans@ccubb.com (David Evans)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: PPP script help
  5. Date: Wed, 31 Jan 96 19:30:05
  6. Organization: Sysop of CCUBB.COM
  7. Distribution: world
  8. Message-ID: <19960131.7AD8850.11362@ccubb.com>
  9. NNTP-Posting-Host: ccubb.com
  10.  
  11. On Mon 29-Jan-1996 10:07a, Ron_Funk wrote:
  12.  
  13. R> Problem number one... grapevine won't load up, is says that the
  14. R> socket.library is not setup(it is) and also it is looking for INET: which
  15.  
  16. Simple!  Assign INET: AMITCP:
  17.  
  18. Thats what worked for me.  The refrences to INET: are the same as the root for
  19. the AmiTCP installation. (I assume you have a assign defined for AmiTCP)
  20.  
  21. R> Problem number two... newsgroups period, I have tried out MNews and have
  22. R> actually got it to start to scan the groups but after over 11,000 I run
  23.  
  24. What are you trying to do, read the news while online or transfer/buffer
  25. messages to you "local" machine?  If its simply reading news, you might try
  26. doing it from Mosaic.. Several systems out there have it setup on web
  27. browsers.. A good one is from tka.com.   Most web browsers simply need the 
  28. defined value of "nntpserver" (your news.*.* address).
  29.  
  30. R> Problem number three... Mail seems to be a bit of a problem, it is spooled
  31. R> at their end under my name only. Tried Airmail and it will get it but then
  32.  
  33. AmiPop works wonders on my end.  (Or use smtp utilities and import it into a
  34. bbs!)
  35.  
  36. R> Problem number four... It is not a real problem just don't understand it
  37. R> very well. On my shell that comes up there a few things that come up and I
  38. R> don't understand them. Why do I have to type my password in again, it is
  39. R> supposed to send it first thru the script? I get two localhost: bad
  40. R> value's, I changed one in the db/hosts to 204.50.61.2 nameserver.
  41.  
  42. This is a hard one.. What shell are you discussing?  A local AMIGA shell or a
  43. remote shell via your provider?  If its the latter, thats normal becuase of
  44. security.  Unless you have a 100% sure connection and secure, USE THE PASSWORD
  45. (its safer).  If its a LOCAL shell that needs you password, you can change
  46. your startup to something like:
  47.  
  48.                 login -f nobody
  49.  
  50. which would log you in (locally) as nobody.
  51.  
  52. R> Problem number five... I wish I could dial more than one phone number as
  53. R> this site has four. I just don't know enough to do it myself. Here is a
  54. R> copy of the one I am using.....
  55.  
  56. This is a hard one.. You don't have "labels" in the scripting language
  57. supported.  The designer of ppp.device has hinted that his 2.0 version will
  58. ahve this ability.  You could always re-write your own startnet script in
  59. Arexx which would do what you wish, however you loose the "niceness" of the
  60. existing script.
  61.  
  62. What are you trying to track your time for?  If you wished, you could
  63. re-define startnet and stopnet to the following:
  64.  
  65. startnet:
  66. --------------------
  67. date >>logfile
  68. actualstartnet  ; origional startnet script file
  69. --------------------
  70.  
  71. stopnet:
  72. --------------------
  73. date >>logfile
  74. actualstopnet   ; origional stopnet script file
  75. --------------------
  76.  
  77.  
  78. Hope that helps!  I have configured several scripts for various internet
  79. providers and might be able to help more (if the above doesn't help!)
  80.